-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable cameraserver and mediaserver #5
base: halium-7.1
Are you sure you want to change the base?
Conversation
CameraService, MediaPlayerService and ResourceManagerService are already instantiated by droidmedia. Signed-off-by: Christophe Chapuis <[email protected]> Change-Id: I53d35ee2f38d1db9c85cec2809ca5515ab0e4b9d
@ Tofee: LGTM. @peat-psuwit @fredldotme Any thoughts on this from your end? |
I might have forgotten libcompat along the way: does it also instantiate the service separately ? |
To use this service, you'll have to 1.) add And, if we're not going to run these servers anyway, consider removing them from
|
Yes, you're right, I made a shortcut here... For libcompat I mainly saw https://github.com/libhybris/libhybris/blob/master/compat/media/camera_service.cpp#L54 but I do not know the context of usage. It seemed like everyone would benefit from that change, but it could very well be that I forgot some use-case. It's fine if I have to patch Halium instead of integrating the change, of course. |
AFAIK, Edit: Actually, |
Oh, sorry, bad trackpad. 🤦 Following from where it cuts off, the |
CameraService, MediaPlayerService and ResourceManagerService are already
instantiated by droidmedia.
Signed-off-by: Christophe Chapuis [email protected]
Change-Id: I53d35ee2f38d1db9c85cec2809ca5515ab0e4b9d